This repository was archived by the owner on Jul 7, 2025. It is now read-only.
Merged
Conversation
- `AnonymousSendLetterRequest` 및 `AnonymousCommand`에 `senderName` 필드 추가. - 발신자 이름이 없는 경우 기본값 "Anonymous"를 사용하도록 `LetterCommandService` 수정. - `SendLetter` 엔터티와 관련 매퍼 및 JPA 엔터티, DB 테이블에 `senderName` 필드 추가. - `V1_21__add_sender_name_to_send_letter.sql` 마이그레이션 파일 작성.
- `AnonymousSendLetterRequest` 및 테스트에 발신자 이름 지원 테스트 케이스 추가. - 발신자 이름이 null일 경우 기본값 "Anonymous"로 처리 확인. - `LetterCommandServiceTest`, `LetterApiIntegrationTest`, `LetterControllerTest`의 익명 편지 로직 관련 테스트 시나리오 상세화. - 중복 및 누락된 DTO import 최적화.
Code Coverage Report
|
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


AnonymousSendLetterRequest및AnonymousCommand에senderName필드 추가.LetterCommandService수정.SendLetter엔터티와 관련 매퍼 및 JPA 엔터티, DB 테이블에senderName필드 추가.V1_21__add_sender_name_to_send_letter.sql마이그레이션 파일 작성.